home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 7661 / 7661.xpi / chrome / isreaditlater.jar / content / placesOverlay.xul < prev    next >
Extensible Markup Language  |  2009-10-15  |  728b  |  22 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!DOCTYPE overlay SYSTEM "chrome://isreaditlater/locale/isreaditlater.dtd">
  4.  
  5. <overlay id="RIL_placesOverlay"
  6.     xmlns:html="http://www.w3.org/1999/xhtml"
  7.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  8.     
  9.      <popup id="placesContext">
  10.  
  11.         <menuitem id="RIL_saveFolder"
  12.                oncommand="RILplaces.saveView(PlacesUIUtils.getViewForNode(document.popupNode), event)"
  13.                label="Save All to Read Later"
  14.                selectiontype="single"               
  15.                selection="folder|query"/>
  16.     </popup> 
  17.     
  18.     
  19.     <script type="application/x-javascript" src="chrome://isreaditlater/content/RILplaces.js" />
  20.     
  21. </overlay>
  22.